home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Stepfar.dxr / 00001_Startup.ls next >
Encoding:
Text File  |  1998-12-16  |  405 b   |  21 lines

  1. global gMasterData
  2.  
  3. on prepareMovie
  4.   setUserArea(gMasterData, #stepfar)
  5.   set the keyDownScript to "quitCatcher"
  6.   cursor(0)
  7. end
  8.  
  9. on stopMovie
  10. end
  11.  
  12. on initFields
  13.   set vEmptyList to ["fieldStep1"]
  14.   repeat with X in vEmptyList
  15.     set the text of member X to " "
  16.     set the textFont of member X to "Palatino"
  17.     set the textSize of member X to 14
  18.     set the text of member X to EMPTY
  19.   end repeat
  20. end
  21.